home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / ubiquity / apt-setup < prev    next >
Text File  |  2008-09-18  |  444b  |  15 lines

  1. #! /bin/sh -e
  2.  
  3. . /usr/share/debconf/confmodule
  4.  
  5. if CODENAME="$(lsb_release -cs)"; then
  6.     # TODO cjwatson 2006-04-07: wrong for Debian, I think
  7.     db_set mirror/suite "$CODENAME"
  8.     db_set mirror/codename "$CODENAME"
  9. fi
  10.  
  11. rm -f /target/etc/apt/sources.list
  12. PATH="/usr/lib/ubiquity/apt-setup:/usr/lib/ubiquity/choose-mirror:$PATH" \
  13.     OVERRIDE_BASE_INSTALLABLE=1 OVERRIDE_LEAVE_CD_MOUNTED=1 \
  14.     /usr/lib/ubiquity/apt-setup/apt-setup --log-output /target
  15.